home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / lagoonquest.swf / scripts / frame_12 / PlaceObject2_138_191 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2007-09-27  |  221b  |  13 lines

  1. onClipEvent(load){
  2.    if(dolphinGame.soundWasMute)
  3.    {
  4.       soundVol = new Sound(this);
  5.       soundVol.setVolume(0);
  6.    }
  7.    else
  8.    {
  9.       soundVol = new Sound(this);
  10.       soundVol.setVolume(100);
  11.    }
  12. }
  13.